[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LFBEFORE

 Function
  Set the line feed before prompt flag in a DISPTEXT, INPUTSTR, or
  PROMPTSTR statement.

 Value
  128 = 10000000b = 200o = 80h

 Remarks
  The INPUTSTR, PROMPTSTR, and DISPTEXT statements have the ability to
  send a carriage return/line feed before a prompt is displayed
  automatically and without the need to make a separate call to NEWLINE.

 Example

  STRING pwd
  INPUTSTR "Enter id",pwd,@X0E,4,"0123456789",LFBEFORE+NEWLINE+LFAFTER
  IF (pwd <> "1234") PRINTLN "Bad id"

See Also: DISPTEXT INPUTSTR LFAFTER NEWLINE PROMPTSTR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson